home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1256 / mf.inf < prev    next >
INI File  |  1997-04-18  |  1KB  |  77 lines

  1. ; COBOL parser settings for pure Micro Focus COBOL
  2. ; Micro Focus supports several other COBOL extensions,
  3. ; which are not included in this file. Use the general 
  4. ; COBOL parser settings for these extensions.
  5.  
  6. ; a list of possible exceptions for statements
  7. [Exceptions]
  8. Ex1=ON OVERFLOW,OVERFLOW
  9. Ex2=ON EXCEPTION,EXCEPTION
  10. Ex3=ON ESCAPE,ESCAPE
  11. Ex4=NO DATA
  12. Ex5=ON SIZE ERROR,SIZE ERROR
  13. Ex6=AT END,END
  14. Ex7=INVALID KEY,INVALID
  15. Ex8=AT END-OF-PAGE,END-OF-PAGE
  16. Ex9=AT EOP,EOP
  17. Ex10=WITH DATA,DATA
  18.  
  19. ; a list of statements that should be recognized
  20. [Statements]
  21. CallException=1,2
  22. SearchException=6
  23.  
  24. Stmt1=$DISPLAY
  25. Stmt2=$IF
  26. Stmt3=ACCEPT,2,3,*
  27. Stmt4=ADD,5,*
  28. Stmt5=CANCEL
  29. Stmt6=CHAIN
  30. Stmt7=CLOSE
  31. Stmt8=COMMIT
  32. Stmt9=COMPUTE,5,*
  33. Stmt10=CONTINUE
  34. Stmt11=DELETE,7,*
  35. Stmt12=DISPLAY,2,*
  36. Stmt13=DIVIDE,5,*
  37. Stmt14=EXHIBIT
  38. Stmt15=GENERATE
  39. Stmt16=GO
  40. Stmt17=INITIALIZE
  41. Stmt18=INITIATE
  42. Stmt19=INSPECT
  43. Stmt20=MERGE
  44. Stmt21=MOVE
  45. Stmt22=MULTIPLY,5,*
  46. Stmt23=OPEN
  47. Stmt24=PURGE
  48. Stmt25=READ,6,7,*
  49. Stmt26=READY
  50. Stmt27=RECEIVE,4,10,*
  51. Stmt28=RELEASE
  52. Stmt29=RETURN,6,*
  53. Stmt30=REWRITE,7,*
  54. Stmt31=ROLLBACK
  55. Stmt32=SEND
  56. Stmt33=SET
  57. Stmt34=SORT
  58. Stmt35=START,7,*
  59. Stmt36=STOP
  60. Stmt37=STRING,1,*
  61. Stmt38=SUBTRACT,5,*
  62. Stmt39=SUPPRESS
  63. Stmt40=TERMINATE
  64. Stmt41=UNLOCK
  65. Stmt42=UNSTRING,1,*
  66. Stmt43=USE
  67. Stmt44=WRITE,7,8,9,*
  68.  
  69. ; these keywords should not be recognized as statements
  70. [NoKeywords]
  71. NK1=OTHERWISE
  72.  
  73. [ParseOptions]
  74. AllowSentenceInAArea=1
  75.  
  76.  
  77.